Parallel Programming with Microsoft® Visual Studio® 2010 Step by Step
Author:Donis Marshall [Donis Marshall]
Language: eng
Format: epub
Tags: COMPUTERS / Programming / Parallel
ISBN: 9780735662612
Publisher: Microsoft Press
Published: 2011-07-17T16:00:00+00:00
Quick Reference
To
Do this
Convert a LINQ query to PLINQ
Add the AsParallel clause.
Run a segment of a PLINQ query sequentially
Use the AsSequential clause.
Parallelize multiple streams of the PLINQ query
Use ParallelQuery<TSource>.ForAll to execute the various streams in parallel.
Set the buffered state for handling the results of a PLINQ query
Use WithMergeOption.Buffered, WithMergeOption.FullyBuffered, or WithMergeOption.AutoBuffered.
Create ordered results
Use the AsOrdered clause.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Deep Learning with Python by François Chollet(12645)
Hello! Python by Anthony Briggs(9948)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9825)
The Mikado Method by Ola Ellnestam Daniel Brolund(9814)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(9717)
Dependency Injection in .NET by Mark Seemann(9369)
Hit Refresh by Satya Nadella(8856)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8334)
The Kubernetes Operator Framework Book by Michael Dame(7944)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7811)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7791)
Exploring Deepfakes by Bryan Lyon and Matt Tora(7734)
Grails in Action by Glen Smith Peter Ledbrook(7722)
Practical Computer Architecture with Python and ARM by Alan Clements(7677)
Implementing Enterprise Observability for Success by Manisha Agrawal and Karun Krishnannair(7643)
Robo-Advisor with Python by Aki Ranin(7628)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7592)
Building Low Latency Applications with C++ by Sourav Ghosh(7519)
Svelte with Test-Driven Development by Daniel Irvine(7497)
